text/template/parse.Tree.newWith (method)

4 uses

	text/template/parse (current package)
		node.go#L893: 		return b.tr.newWith(b.Pos, b.Line, b.Pipe, b.List, b.ElseList)
		node.go#L964: func (t *Tree) newWith(pos Pos, line int, pipe *PipeNode, list, elseList *ListNode) *WithNode {
		node.go#L969: 	return w.tr.newWith(w.Pos, w.Line, w.Pipe.CopyPipe(), w.List.CopyList(), w.ElseList.CopyList())
		parse.go#L573: 	return t.newWith(t.parseControl(false, "with"))